JumpAndDrillShapePattern UsePulseBurstMode
Get or set the pulse bust mode status for the jump and fire drill pattern. In bust mode the laser can be configured to fire a number of specified laser pulses, upon reaching the drilling point.
public bool UsePulseBurstMode {get;Set} |
Return value
bool | Bust mode status |
Example
Copy
JumpAndDrillShapePattern jumpandDrillPattern = new JumpAndDrillShapePattern();
jumpandDrillPattern.PulseWidth1 = (float)2.5;
jumpandDrillPattern.PulseWidth2 = (float)2.5;
jumpandDrillPattern.LaserModulationDelay = 14;
jumpandDrillPattern.LaserPulseSkew = 1;
jumpandDrillPattern.LaserOffLag = 2;
jumpandDrillPattern.UsePulseBurstMode = false;